runtime.mapextra.nextOverflow (field)
8 uses
	runtime (current package)
		map.go#L139: 	nextOverflow *bmap
		map.go#L241: 	if h.extra != nil && h.extra.nextOverflow != nil {
		map.go#L244: 		ovf = h.extra.nextOverflow
		map.go#L247: 			h.extra.nextOverflow = (*bmap)(add(unsafe.Pointer(ovf), uintptr(t.BucketSize)))
		map.go#L253: 			h.extra.nextOverflow = nil
		map.go#L346: 			h.extra.nextOverflow = nextOverflow
		map.go#L1130: 		h.extra.nextOverflow = nextOverflow
		map.go#L1175: 		h.extra.nextOverflow = nextOverflow
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |